Public Overrides Function GetAllPrimaryKeysDescending() As List(Of Long)
Dim instance As CompositeIndex(Of T) Dim value As List(Of Long) value = instance.GetAllPrimaryKeysDescending()
public override List<long> GetAllPrimaryKeysDescending()
public: List<int64>^ GetAllPrimaryKeysDescending(); override